Search
Utilities.shellSort Method
See Also
 






Applies the shell sorting algorithm on the specified data array.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public static int[] shellSort (
    int[] data
)

 Parameters

data

The array to sort.

 Return Value

The sorted array.

 See Also